The CxPntEditor object is a dialog box-based editor for the Point Service (PNT). Declare the object using the following code:
|
CreateObject("CxEditors.CxPntEditor") |
Each method in this document will assume you have declared and connected the CxPntEditor object using the following code:
|
Dim PntEditor Set PntEditor = CreateObject("CxEditors.CxPntEditor") PntEditor.Connect("CYGDEMO.PNT") |
More: